header{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    box-shadow: 1px 0 8px  rgba(0,0,0,.15);
    z-index: 20;
    background: #fff;
    z-index: 9999999999;
    padding-right:10.9%;
    font-size: 0;
    box-sizing: border-box;
}
.btn {
    float: right;
    width: 55px;
    height: 55px;
    background: transparent;
    margin-top: 14px;
    border-radius: 2px;
    cursor: pointer;
    text-align: center;
    line-height: 3px;
    box-sizing: border-box;
    padding-top: 2px;
    transition: 0.4s ease-in-out;
    position: relative;
    z-index: 555;
    display: none
}

.btn i {
    display: block;
    margin: 0 auto;
    width: 28px;
    height: 3px;
    background: #2b2b2b;
    margin-top: 5px;
    border-radius: 5px;
}

.btn i:nth-child(1) {
    transition: 0.4s ease-in-out 0.3s;
    margin-top: 16px
}

.btn i:nth-child(2) {
    transition: 0.4s ease-in-out;
}

.btn i:nth-child(3) {
    transition: 0.4s ease-in-out 0.3s;
}

.btn.active i:nth-child(1) {
    transform: rotate(45deg) translateY(5px) translateX(6px);
}

.btn.active i:nth-child(2) {
    transform: translateX(40px);
    opacity: 0;
}

.btn.active i:nth-child(3) {
    transform: rotate(-45deg) translateY(-6px) translateX(5px);
}

.btn:hover i {
    background: #e50011;
}
.logo{
    /* float: left; */
    padding-left: 4%;
    display: inline-block;
    width: 30%;
    vertical-align: middle;
}
.logo a{
    display: block;
    line-height: 100px;
}
.languages a{
    display: inline-block;
    vertical-align: middle;
    line-height: 18px;
    border-right: 1px solid rgba(255,255,255,.3);
    padding: 0 6px;
    color: rgba(255,255,255,.3);
    font-size: 18px;
}
.languages a:last-child{
    /* padding-right: 0; */
    border-right: none
}
.languages a:hover,
.languages a.ac{
    color:#fff
}
.yyqhtxt{display: inline-block;width: 123px;border-radius: 7px;background: #009944;text-align: center;padding: 18px 0;box-shadow: 0 0 10px 10px #d0f6e1;}
.search{
    /* float: right; */
    /* border-left: 1px solid #e7e7e7; */
    display: inline-block;
    width: 10%;
    text-align: right;

}
.search h6{
    /* display: inline-block; */
    vertical-align: middle;
    line-height: 80px;
    margin: 0 24px 0 36px;
    color:#000;
    font-size: 24px;
    cursor: pointer;
    display: none;
}
.search h6:hover{
    color:#009944
}
.languages{
    display: inline-block;
    vertical-align: middle;
    /* line-height: 100px; */
}
.nav{
    display: inline-block;
    width: 60%;
    text-align: right;
    /* float: right;
    margin-right: 30px */
}
.nav>ul>li{
    display: inline-block;
    vertical-align: middle
}
.nav>ul>li>a{
    display: block;
    line-height: 100px;
    padding: 0 12px;
    position: relative;
    color:#282828;
    font-size: 18px;
}
.nav>ul>li>a:after{
    content:'';
    display: block;
    width: 0;
    height: 4px;
    background: #009944;
    position: absolute;
    left: 50%;
    top: 0
}
.nav>ul>li.ac>a:after,
.nav>ul>li>a:hover:after{
    width: 100%;
    left: 0;
}
.nav>ul>li.ac>a,
.nav>ul>li>a:hover{
    color:#009944
}

.search_form {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    padding: 17px 0;
    background: #009944;
    text-align: center;
    display: none
}
.search_form h6{
    display: inline-block;
    line-height: 40px;
    vertical-align: middle;
    color:#fff;
    font-size: 22px;
    cursor: pointer;
}
.search_form h5{
    display: inline-block;
    line-height: 40px;
    vertical-align: middle;
    color:#fff;
    font-size: 22px;
    margin-left: 90px;
    cursor: pointer;
}
.search_form input{
    width: 37.5%;
    border: none;
    outline: none;
    line-height: 40px;
    height: 40px;
    border-left: 1px solid #fff;
    box-sizing: border-box;
    padding: 0 8px;
    background: transparent;
    margin-left: 10px;
    color:#fff
}
.search_form button{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color:#fff;
    border-bottom: 1px solid transparent
}
.search_form button:hover{
    border-color:#fff
}
.search_form input::-webkit-input-placeholder{
    color:rgba(255,255,255,.4)
}
.search_form input::-moz-placeholder {
    color: rgba(255, 255, 255, .4)
}
.search_form input:-ms-input-placeholder {
    color: #fff;
}
.nav_select{
    position: absolute;
    right: 0;
    top: 80px;
    padding: 32px 0 70px;
    background: #f0f6f3;
    box-shadow:inset 1px 16px 8px -15px rgba(0, 0, 0, .15);
    width: 42.4%;
    text-align: center;
    display: none
}
.nav_img{
    display: inline-block;
    vertical-align: top;
    width: 41%;
    max-width: 431px;
}
.nav_img img{
    width: 100%
}
.nav_list{
    display: inline-block;
    vertical-align: top;
    padding-left: 54px;
}
.nav_list a{
    line-height: 36px;
    color:#282828;

}
.nav_list a:before{
    content:'';
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #b1b1b1;
    margin-right: 9px;
    vertical-align: middle
}
.nav_list li:hover a,
.nav_list li.ac a{
    color:#009944
}

.nav_list li:hover a:before,
.nav_list li.ac a:before{
    background: #009944
}
.xmnav{
    width: 100%;
}
.xmnav .nav_list a:before{
    display: none
}
.xmnav .nav_list li{
    display: inline-block;
    vertical-align: top;
    padding-right: 38px;
    width: 14.28%;
    box-sizing: border-box

}
.xmnav .nav_list{
    max-width: 1112px;
    padding-left: 112px;
    text-align: left;
    white-space: nowrap;
    min-width: 500px;
}
.xmnav .nav_list li:nth-child(7n){
    margin-right: 0;
}
.xmnav .nav_list a {
    font-size: 16px;
    line-height: 48px;
}
/* body{
    padding-top: 80px !important;
} */
footer{
    background: #e5ede5;
    /* padding: 120px 0 0 ;  */
}
.f_left {
    float: left;
}
.f_logolist{
    margin-bottom: 30px
}
.f_logolist a{
    display: inline-block;
    vertical-align: top;
    margin-right: 45px
}
.f_nav a{
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    border-right: 1px solid #bdbfbd;
    line-height: 17px;
    color:#282828;
    font-size: 16px;
}
.f_nav a:hoveR{
    color:#009944
}
.f_nav a:first-child{
    padding-left: 0
}
.f_nav a:last-child {
   border-right: 0
}
.f_add{
    margin-top: 10px
}
.f_add p{
    color:#282828;
    font-size: 16px
}
.ewm{
    display: inline-block;
    text-align: center;
    vertical-align: top;
    margin-left: 9px;
}
.ewm img{
    max-width: 173px;
    height: auto
}
.ewm span{
    display: block;
    margin-top: 8px;
    font-size: 16px;
    color:#282828
}
.f_right{
    float: right
}
.copyright{
    border-top: 1px solid #c7cfca;
    padding: 22px 0;
    margin-top: 80px;
}
.copyright p{
    float: left;
    line-height: 15px;
    color:#999999
}
.links{
    float: right;
}
.links a{
    display: inline-block;
    vertical-align: middle;
    line-height: 15px;
    border-right: 1px solid #aaacaa;
    padding: 0 8px;
    color:#999999
}
.links a:last-child{
    padding-right: 0;
    border-right: none
}
.links a:hover{
    color:#000
}

.cbl{
    position: fixed;
    right: -145px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 5;

}
.cbl i{
    display: inline-block;
    vertical-align: top;
    width: 72px;
    height: 72px;
    line-height: 72px;
    text-align: center;
    color:#fff;
    font-size: 28px;
    
}
.cbl ul{
    position: relative;
    /* left: -90px; */
}
.cbl li{
    background: #009944;
    margin-bottom: 3px;
    position: relative;
    left: 0;
    cursor: pointer;
}
.cbl  span{
    display: inline-block;
    vertical-align: top;
    line-height: 72px;
    color:#fff;
    font-size: 14px;
    padding: 0 5px
}
.cbl em{font-size: 14px;color: #fff;display: block;line-height: 20px;width: 72px;text-align: center;margin-top: -24px;padding-bottom: 8px;}

.cbl li:nth-child(1):hover{
    left: -145px;
}
.cbl li:nth-child(2):hover {
    left: -145px;
}
.cbl li:hover{
    background: rgba(0, 106, 47, 1);
}

#n13,.f_nav a:nth-of-type(4){display: none;}

.ft,.fb{font-size: 0;padding: 0 4%;}
.ft{padding: 30px 4% 50px;background: #eeeeee;}
.fb{padding: 0 4%;background: #009944;}
.ftl,.ftr{display: inline-block;vertical-align: middle;box-sizing: border-box;width: 50%;}
.ftlogo{margin-bottom: 98px;}
.ftyqlj{position: relative;width: 410px;}
.ftyqlj h3{cursor: pointer;}
.ftyqlj h3 span,.ftyqlj h3 i{display: inline-block;vertical-align: middle;box-sizing: border-box;line-height: 42px;}
.ftyqlj h3 span{width: 45px;text-align: center;background: #009944;color: #fff;
    transform: rotate(180deg);
}
.ftyqlj h3 i{background: #fff;font-size: 16px;color: #999;padding-left: 24px;border-top-left-radius: 5px;border-bottom-left-radius: 5px;width: calc(100% - 45px);}
.ftyqljlist{position: absolute;top: 42px;left: 0;width: 100%;background: #fff;padding: 0 24px;box-sizing: border-box;background: #fff;height: 0;overflow: hidden;overflow-y: scroll;}
.ftyqljlist a{display: block;line-height: 40px;font-size: 16px;color: #333;}
.ftyqljlist a:hover{color: #009944;}
.ftyqlj:hover i{color: #333;}
.ftyqlj:hover .ftyqljlist{height: 100px;padding: 20px 24px;}

.ftr{text-align: right;}
.ftrtxt{display: inline-block;width: 40%;text-align: left;}
.ftrtxt h3{font-size: 24px;color: #333;}
.ftrtxt h3::after{content: '';display: block;width: 100%;height: 1px;background: #dbdbdb;margin: 18px 0;}
.ftrtxt h6 img{display: inline-block;width: 92px;margin-right: 16px;}
.ftrtxt h6 img:last-of-type{margin-right: 0;}
.fbt{padding: 52px 0 40px;border-bottom: 1px solid rgba(255,255,255,.3);position: relative;}
.fbt a{position: absolute;top: 45%;right: 10%;font-size: 40px;color: rgba(255,255,255,.5);}
.fbt a:hover{color: #fff;}
.fbt ul{font-size: 0;}
.fbt ul li{display: inline-block;vertical-align: top;box-sizing: border-box;margin-right: 52px;width: 30%;}
.fbt ul li h3{font-size: 24px;color: #fff;}
.fbt ul li h3::after{content: '';display: block;width: 100%;height: 1px;background: #dbdbdb;margin: 20px 0 15px;}
.fbt ul li p{font-size: 0;}
.fbt ul li p span,.fbt ul li p i{font-size: 18px;color: #fff;display: inline-block;vertical-align: top;box-sizing: border-box;line-height: 28px;}
.fbt ul li p span{width: 55px;}
.fbt ul li p i{width: calc(100% - 55px);}
.fbb_r a:nth-of-type(3){display: none;}
.fbb{padding: 20px 0;font-size: 0;}
.fbb_l,.fbb_r{display: inline-block;vertical-align: middle;box-sizing: border-box;width: 50%;}
.fbb_l p,.fbb_l p a{font-size: 18px;color: rgba(255,255,255,.3);line-height: 18px;}
.fbb_l p a{display: inline-block;margin-left: 10px;}
.fbb_r{text-align: right;}
.fbb_r a{font-size: 18px;color: rgba(255,255,255,.3);display: inline-block;vertical-align: middle;}
.fbb_r a::after{content: '';display: inline-block;width: 1px;height: 8px;background: #999999;margin: 0 40px;vertical-align: middle;}
.fbb_r a:last-of-type:after{display: none;}
.fbb_r a:hover,.fbb_l p a:hover{color: #fff;}


